home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / cansi21.zip / SYSOP.DOC < prev   
Text File  |  1995-12-06  |  7KB  |  193 lines

  1.  
  2.                         The Ansi Call Door
  3.  
  4.                             Version 2.10
  5.  
  6.  
  7. This software and documentation is protected by both United
  8. States copyright law and international treaty provisions.
  9.  
  10. You are free to make copies of the software and documentation,  
  11. however, all materials relating to this license statement,
  12. software, documentation, order information, copyright and
  13. trademark statements must remain intact as supplied in the
  14. original shareware package.  You may not distribute, rent,
  15. sublicense, integrate or lease the software or the documentation.
  16. You may not alter, modify, or adapt the software or
  17. documentation, including but not limited to translating,
  18. decompiling, reverse assembling, or creating derivative works.
  19.  
  20. The author disclaims all warranties, either express or implied, 
  21. including but not limited to implied warranties of
  22. merchantability and fitness for a particular purpose, with
  23. respect to the software and any accompanying written materials.
  24. In no event shall the author be liable for any damages whatsoever
  25. (including, without limitation, damages for loss of business
  26. profits, business interruption, loss of business information, or 
  27. other pecuniary loss) arising out of the use of or inability to
  28. use this product, even if the author has been advised of the
  29. possibility of such damages.  Because some states do not allow
  30. the exclusion or limitation of liability for consequential or
  31. incidental damages, the above limitations may not apply to you.
  32.  
  33. WHAT DOES THIS DOOR DO?
  34.  
  35. Actually what is does is simply display an ansi of your choice.
  36. Just place your ansi, 24 lines or less in the CANSI directory, and 
  37. make sure it is named SCREEN.ANS. You should also create a SCREEN.ASC display
  38. for your non ansi callers. If they are not running ansi they will get the 
  39. .ASC display.
  40.  
  41. WHY DO I WANT THIS DOOR?
  42.  
  43. Just to let your users know that the option they selected is down right 
  44. now, or you might want to make an announcement, or who knows. At least 
  45. you wont have to down your BBS just to turn off access to a broke door <G>,
  46. that they will just leave you hate mail about. Now you can leave them
  47. an explaination! <G>. It can also make a great GAG door <G>. Just think of
  48. all the possible uses. It's a simple door that is simple to put up, and 
  49. very handy to use. It is a door that you will want to keep handy and use
  50. when you have a need.
  51.  
  52.  
  53. INSTALLATION
  54.  
  55. Upgrading to this current version from earlier versions:
  56.  
  57. If I were you I'd just re-install the door.  I've streamlined the
  58. data files and a lot of the old files aren't used anymore.  
  59.  
  60. Will support dorinfo, door.sys, sf, and chain.txt... 
  61.  
  62.  
  63. Single-Line:
  64.  
  65. 1. Create a directory CANSI and put all the reader files in
  66.    that directory.
  67.  
  68. 2. Create a configuration file and place it in your Reader directory.
  69.    The configuration file should be named CANSI1.cfg.  Below will be a
  70.    sample:
  71.  
  72.   Line #1 C:\Wildcat\wcwork\node1\door.sys  (Path to your door.sys)
  73.   Line #2 Walter Cade (Sysop Name OR THE NAME YOUR KEY IS REGISTERED TO)
  74.   Line #3 Y (Do you use a fossil? Y or N)
  75.   Line #4 N (Are you using Novell? Y or N)
  76.   Line #5 N (Are you running Multi-Lines with Share loaded? Y or N)
  77.   Line #6 0 (Are you using standard/default IRQ's for this node?  If so, put a)
  78.             (0 on this line.  If not, put the IRQ number that you are using.) 
  79.  
  80. 3. Create a door(?).run or door(?).bat.
  81.  
  82.    I'm running it on my system as door5.run so here is a copy of my door run
  83.    file.
  84.  
  85.    cd\Wildcat\CANSI (path to the CANSI directory)
  86.    CANSI 1  (the executable plus the node number.)
  87.             
  88.  
  89. ******************************************************************************
  90.  
  91. Multi-Line:
  92.  
  93. 1. Create a directory for CANSI and place all your CANSI files in
  94.    that directory.
  95.  
  96. 2. Create a seperate configuration files for EACH node and place them in the
  97.    CANSI directory.  A node one config file would be named CANSI1.cfg, a
  98.    node two config file would be named CANSI2.cfg and so on.  These all go in
  99.    your CANSI directory.  Samples below.
  100.  
  101.    CANSI1.cfg:
  102.  
  103.    Line #1 C:\Wildcat\wcwork\NODE1\door.sys (path to your door.sys)
  104.    Line #2 Walter Cade (Sysop name, OR THE NAME YOUR KEY IS REGISTERED TO.)
  105.    Line #3 Y  (Do you use a Fossil? Y or N)
  106.    Line #4 N  (Are you using Novell? Y or N)
  107.    Line #5 N  (Are you running multi-nodes with share laoded? Y or N)
  108.    Line #6 0  (Are you using standard/default irq's?  If so, put a 0 on this)
  109.               (line. If not, put the irq number you are using for this node.)
  110.  
  111.    
  112.   CANSI2.cfg:
  113.  
  114.   Line #1 C:\Wildcat\wcwork\NODE 2\door.sys (note the NODE 2)
  115.   Line #2 Walter Cade
  116.   Line #3 Y
  117.   Line #4 N
  118.   Line #5 N
  119.   Line #6 0
  120.  
  121. 3. Create door.run or door.bat files.  Let's say you're running two nodes and
  122.    we'll assume the the door.run file is door5.run and we have CANSI in
  123.    a directory off Wildcat named CANSI.
  124.  
  125.    Door5.run for node1:
  126.  
  127.    cd\Wildcat\CANSI (path to the CANSI directory)
  128.    CANSI 1 (the executable and the NODE number)
  129.  
  130.   Door5.run for node2:
  131.  
  132.   cd\Wildcat\CANSI (path to the CANSI directory)
  133.   CANSI 2 (the executable and the NODE number)
  134.  
  135.   
  136. Running this door
  137. After you have it installed you will see that you have a sample Ansi
  138. All the program looks for is the filename SCREEN.ANS , If the file
  139. exists it will simply be displayed here. It will also display SCREEN.ASC
  140. and SCREEN.RIP.
  141.  
  142.  
  143. This door requires no instruction for your users. They figure it
  144. out real quick. 
  145.  
  146.  
  147. My Thanks 
  148. Special thanks to Tom Pruitt and Tim Taylor for all Their inspiration
  149. in getting me started in programming and helping me much with all the 
  150. Framework and code.
  151. Problems:
  152.  
  153.  
  154. As a general rule, I am totally against "crippleware" so the only other
  155. alternative is a key.  I also realize that most keys can be broken so
  156. in the end it's really up to the sysop and the door.  We've tried to keep
  157. the cost down because we know that running a bbs is expensive.     
  158.  
  159. So, what does it cost to register?
  160.  
  161. How does $5 sound?  
  162.  
  163. Hope it sounds OK cause that's the registration fee.  If you like the program
  164. then send us $5 and you'll get a key and future updates will be free.
  165.  
  166. We also except credit cards.  If you wish to register online and receive
  167. your registered key online then simply call the bbs, enter door one and
  168. answer a few questions and you'll receive your registered key.
  169.  
  170. or,
  171.  
  172. Fill Out the registration form (REG.TXT), Print it
  173. out, put a check (or money order) for at least $10 and the form
  174. in an envelope and pop it in the mail.
  175.  
  176. As soon as we receive your check (or money order) we will create
  177. a key for you and put it up for yo on ARTI BBS (903) 758-ARTI
  178. BBS.  Or, contact us netmail at Fidonet 1:398/2 and we'll put it on
  179. hold for you.
  180.  
  181.  
  182. SUPPORT
  183.  
  184. We provide extensive support for our doors. This includes BBS and
  185. Netmail, support for registered AND unregistered users.  If you need
  186. to contact us for ANY reason, you can reach us at:
  187.  
  188. U.S. Mail:  ARTI BBS
  189.             507 N Fredonia
  190.             Longview Tx 75601
  191.             (903) 758-ARTI
  192.             Fido 1:398/2
  193.